home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / nfpat2.zip / PAT2.DOC < prev    next >
Text File  |  1992-11-27  |  2KB  |  52 lines

  1. --------------------------------------------------------------------
  2. Nanforum Toolkit v2.1 Patch #2c    11/27/92
  3. --------------------------------------------------------------------
  4.  
  5. [NOTE!  There shouldn't be a Patch #2A.  When NFPAT2.ZIP was
  6. first released, it had yet another bug in it.  Rather than 
  7. issue an NFPAT3.ZIP, we re-released NFPAT2.ZIP.  Then we found
  8. another bug and uploaded it a _third_ time!  If you're
  9. reading this, you have the correct NFPAT2.ZIP.  Apply the patch
  10. as described below.  If you downloaded NFPAT2.ZIP some time ago
  11. and the docs didn't say "2c" you should apply this patch.
  12. Make sense? Bottom line: apply this patch no matter what. ]
  13.  
  14. FT_SHADOW() was completely rewritten and several enhancements were
  15. added, but there was a change to the calling interface that caused
  16. some code to break.  This revision changes it back to the original
  17. interface.  In addition, a bug that was causing memory to be 
  18. overwritten when the top and bottom coordinates were equal has 
  19. been fixed.
  20.  
  21. This patch should clear up the problems with ft_menu1() and
  22. ft_xbox() not working correctly anymore.
  23.  
  24. To apply the patch, just replace SHADOW.ASM in your NFSRC.ZIP with
  25. the attached SHADOW.ASM (if you downloaded the source code).
  26.  
  27. Then, you need a library utlitity (LIB.EXE comes with many versions
  28. of DOS, and with most compilers, and can be downloaded from the MSL
  29. forum on CompuServe as S12776.ARC).  If you know what to do, simply
  30. replace the SHADOW.OBJ module with the new one that is included in
  31. this patch file.  
  32.  
  33. The procedure, for those not sure:
  34.  
  35. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  36.  
  37. 2.  Change to the directory where NANFOR.LIB is located.
  38.  
  39. 3.  Put ORIGIN.OBJ in the same directory as NANFOR.LIB.
  40.  
  41. 4.  Type
  42.         
  43.          LIB NANFOR -+ SHADOW;
  44.  
  45. That should do it.  
  46.  
  47. Remember to report all strange stuff in Section 5 on Nanforum! If you
  48. have any problems, please contact me so I can help you get them
  49. fixed.
  50.  
  51. Glenn Scott [71620,1521]
  52.